home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / Software / 00018_gotoebook.ls < prev    next >
Encoding:
Text File  |  2000-11-10  |  256 b   |  14 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   put "Click to read more about the e-book 'Elements of Web Site Promotion' - PC/Mac" into member "InfoField"
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(0)
  8.   put EMPTY into member "InfoField"
  9. end
  10.  
  11. on mouseDown
  12.   go("Title1", "Utilities")
  13. end
  14.